SELECT year(cout),month(cout),count(*) FROM spl2.inraw where (title like '%Skip Beat%' and itemtype='acbk') and (year(cout)>='2011' and year(cout)<'2014') and deweyClass = '741.5952' group by year(cout),month(cout) limit 0,1000000
2011,1,156
2011,2,91
2011,3,115
2011,4,176
2011,5,102
2011,6,157
2011,7,150
2011,8,67
2011,9,44
2011,10,78
2011,11,57
2011,12,48
2012,1,58
2012,2,30
2012,3,74
2012,4,91
2012,5,63
2012,6,60
2012,7,96
2012,8,79
2012,9,57
2012,10,51
2012,11,42
2012,12,44
2013,1,27
2013,2,66
2013,3,87
2013,4,29
2013,5,17
2013,6,29
2013,7,52
2013,8,63
2013,9,41
2013,10,30
2013,11,17
2013,12,15
